home *** CD-ROM | disk | FTP | other *** search
/ Click 5 / Click 5.iso / main.dat / scripts / DefineButton2_29 / BUTTONCONDACTION on(release).as
Text File  |  2002-11-22  |  225b  |  16 lines

  1. on(release){
  2.    tellTarget("moviecon/kino")
  3.    {
  4.       gotoAndStop(2);
  5.    }
  6.    noplay = "0";
  7.    if(playing == 1)
  8.    {
  9.       playing = "0";
  10.       tellTarget("pp")
  11.       {
  12.          gotoAndStop(1);
  13.       }
  14.    }
  15. }
  16.